home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / djgpp / dj111m5.doc < prev    next >
Text File  |  1994-06-29  |  2KB  |  56 lines

  1. This document has instructions for 1.11.maint5, the fifth bugfix release
  2. for 1.11. 
  3.  
  4. To apply this bugfix, unzip dj111m5.zip from the same place you unzipped
  5. all the 1.11 zip files and dj111m* AFTER you unzip all the others.  If
  6. you unzip another 1.11 zipfile, you should re-unzip the maintainance zip
  7. file to ensure you still have the bugfixes. 
  8.  
  9.     unzip -o dj111m5.zip
  10.  
  11. This bugfix affects the following modules:
  12.  
  13.     djeoe111.zip
  14.     djdev111.zip
  15.     djdoc111.zip
  16.     djsrc111.zip
  17.     djlsr111.zip
  18.  
  19. The file docs/djgpp/new111m5.doc in dj111m5.zip describes the bugfixes.
  20. A copy of new111m5.doc is attached:
  21.  
  22.  
  23. docs/djgpp/libc-g-h.tex: fix typos in _go32_dpmi_* examples
  24. go32/coff2exe.c: perror the filename, not the file handle.
  25. go32/dalloc.c: calculate dalloc_max correctly
  26. go32/event.c: event queue upgrade (ARDI)
  27. go32/eventque.h: event queue upgrade (ARDI)
  28. go32/evintr.asm: event queue upgrade (ARDI)
  29. go32/exphdlr.c: event queue upgrade (ARDI) & DPMIsim fixes
  30. go32/exphdlr.c: preserve interrupt mask when moving controller base
  31. go32/extdebug.c: disable breakpoints when in external debugger
  32. go32/graphics.c: allow for hicolor "nc" settings.
  33. go32/makeall.bat: new file, output of "make -n" if you don't have make
  34. go32/makefile: use $(CC) instead of tcc, use -A-
  35. go32/stubinfo.h: change rev to 1.11.maint5
  36. go32/tables.asm: add error indicator for exception 17
  37. include/gppconio.h: add _wscroll support
  38. include/stdio.h: remove trailing slash from P_tmpdir
  39. include/sys/farptr.h: new file, emulate far pointers
  40. lib/crt0.s: use cs override on timer ljmp
  41. libsrc/c/go32/dpmi.c: set DS in iret wrapper, switch to local stack
  42. libsrc/c/lib/farptr.c: new file, emulate far pointers (used when not -O)
  43. libsrc/c/sys/read.s: use new method if size == 4096, use std
  44. libsrc/c/sys/write.s: use new method if size == 4096, use std
  45. libsrc/pc/src/gppconio.c: add _wscroll support
  46.  
  47. bin/coff2exe.exe
  48. bin/go32.exe
  49. bin/stub.exe
  50. bin/stubinfo.exe
  51. docs/djgpp/libcref.inf
  52. lib/crt0.o
  53. lib/gcrt0.o
  54. lib/libc.a
  55. lib/libc_p.a
  56.